home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
081
/
guide_2.arc
/
GUIDEINS.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-12-21
|
1KB
|
49 lines
echo off
if z%1 == zc goto convert
if z%1 == zd goto convert
if z%1 == ze goto convert
goto unknown
:convert
echo
echo The relevant files will now be converted to Drive %1
echo
echo If this is NOT what you want, then hit ^C now!
echo
pause
change overview.bbs "e:\" "%1:\"
change em.bbs "e:\" "%1:\"
change genrules.bbs "e:\" "%1:\"
change summ.bbs "e:\" "%1:\"
change ready.bbs "e:\" "%1:\"
change planning.bbs "e:\" "%1:\"
change logon1.bbs "e:\" "%1:\"
change mainmenu.bbs "e:\" "%1:\"
change messages.bbs "e:\" "%1:\"
change database.bbs "e:\" "%1:\"
change lastword.bbs "e:\" "%1:\"
change guide.bbs "e:\" "%1:\"
change guide.gbs "e:\" "%1:\"
echo
echo
echo Converted. Please copy all .BBS and .GBS files to your misc
echo area. Any problems, please contact Simon Blears, SysOp of
echo Lightning BBS 3:690/903 or 3:690/0.
echo
pause
goto end
:unknown
echo
echo To alter these files to run on your particular drive, you must
echo specify which drive they're to run on. eg:
echo
echo GUIDEINS C will install for drive C
echo GUIDEINS D will install for drive D etc....
echo
echo Please do this now....
echo
goto end
:end